home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 April / Macworld (1996-04).dmg / Shareware World / Entertainment / General / Xconq 7.0.1 / lib / u-midearth.g < prev    next >
Text File  |  1995-08-22  |  3KB  |  86 lines

  1. (game-module "u-midearth"
  2.   (title "Middle Earth (Western Lands)")
  3.   (blurb "towns etc. for Western Lands in Middle Earth")
  4.   (version "2.0.0")
  5.   (variants 
  6.     (see-all false)
  7.     (world-seen true)
  8.   )
  9. )
  10.  
  11. (include "t-midearth")
  12.  
  13. ; monsters should be alreay side 1, but they are not...
  14. (side 1 (name "Mordor") (noun "Sauron's slave") (adjective "Mordorian")
  15.       (color "black,red") (class "evil") (emblem-name "evil-eye"))
  16. (side 2 (name "The Shire") (plural-noun "Shire folk") (adjective "Shire's")
  17.       (color "gray,black") (class "good") (emblem-name "feather"))
  18.  
  19. (side 3 (name "monsters") (noun "") (plural-noun "") (class "monsters")
  20.         (color "red") (emblem-name "none"))
  21.  
  22. (set synthesis-methods nil)
  23.  
  24. (@ (n "Michel Delving")    (@ 25 51) (m 400 0) (s 2))
  25. (@ (n "Barad-dur")         (@ 74 28) (m 400 0) (s 1))
  26.  
  27. (troll   (n "William")     (@ 39 61) (m 12 0) (s 3))
  28. (troll   (n "Bert")        (@ 42 59) (m 12 0) (s 3))
  29. (troll   (n "Tom")         (@ 41 61) (m 12 0) (s 3))
  30. (dragon  (n "Smaug")       (@ 51 66) (m 20 0) (s 3))
  31.  
  32. (@ (n "Esgaroth")       (@ 55 57) (m 400 0))
  33. (@ (n "Edoras")           (@ 54 30) (m 400 0))
  34. (@ (n "Minas Tirith")       (@ 67 24) (m 400 0))
  35. (@ (n "Umbar")           (@ 69  2) (m 400 0))
  36. (@ (n "Bree")           (@ 33 52) (m 400 0))
  37. (@ (n "Caras Galadhon")    (@ 50 42) (m 400 0))
  38. (@ (n "Dol Amroth")       (@ 57 20) (m 400 0))
  39. (@ (n "Minas Morgul")       (@ 70 24) (m 400 0))
  40. (@ (n "Mithlond")       (@ 20 53) (m 400 0))
  41. (@ (n "Nurnen")           (@ 83 21) (m 400 0))
  42. (@ (n "Pelargir")       (@ 68 19) (m 400 0))
  43. (@ (n "Rhun")           (@ 76 46) (m 400 0))
  44. (@ (n "Rivendell")       (@ 43 53) (m 400 0))
  45. (@ (n "Harad")           (@ 89  2) (m 400 0))
  46.  
  47. (* (n "Arnach")           (@ 40 29) (m 200 0))
  48. (* (n "Brandy Hall")       (@ 30 52) (m 200 0))
  49. (* (n "Calembel")       (@ 58 23) (m 200 0))
  50. (* (n "Carn Dum")       (@ 31 66) (m 200 0))
  51. (* (n "Dale")           (@ 54 59) (m 200 0))
  52. (* (n "Dol Guldur")       (@ 55 43) (m 200 0))
  53. (* (n "Dunharrow")       (@ 55 27) (m 200 0))
  54. (* (n "Durthang")       (@ 69 28) (m 200 0))
  55. (* (n "Egladil")       (@ 49 44) (m 200 0))
  56. (* (n "Elvenking's Halls") (@ 52 58) (m 200 0))
  57. (* (n "Fornost")       (@ 30 57) (m 200 0))
  58. (* (n "Grimslade")       (@ 41 37) (m 200 0))
  59. (* (n "Helm's Deep")       (@ 51 31) (m 200 0))
  60. (* (n "Hobbiton")       (@ 27 52) (m 200 0))
  61. (* (n "Imloth Melui")       (@ 67 12) (m 200 0))
  62. (* (n "Isengard")       (@ 49 34) (m 200 0))
  63. (* (n "Khand")           (@ 91 14) (m 200 0))
  64. (* (n "Lamedon")       (@ 44 19) (m 200 0))
  65. (* (n "Langstrand")       (@ 52 21) (m 200 0))
  66. (* (n "Linhir")           (@ 63 19) (m 200 0))
  67. (* (n "Morthond")       (@ 54 25) (m 200 0))
  68. (* (n "Rhosgobel")       (@ 57 49) (m 200 0))
  69. (* (n "Staddle")       (@ 33 54) (m 200 0))
  70. (* (n "Tuckborough")       (@ 27 50) (m 200 0))
  71. (* (n "Undertowers")       (@ 24 53) (m 200 0))
  72. (* (n "Woodmen's Village") (@ 51 52) (m 200 0))
  73.  
  74. (M (n "Erebor")           (@ 53 59) (m 0 1000))
  75. (M (n "Ered Luin mines")   (@ 21 50) (m 0 1000))
  76. (M (n "Ered Mithrin mines")(@ 49 61) (m 0 1000))
  77. (M (n "Iron Hills mines")  (@ 65 58) (m 0 1000))
  78. (M (n "Moria East")       (@ 46 44) (m 0 1000))
  79. (M (n "Moria West")        (@ 45 45) (m 0 1000))
  80. (M (n "Orodruin")       (@ 72 27) (m 0 1000))
  81.  
  82. (r (n "Tharbad")       (@ 37 45) (m 0 0))
  83. (r (n "Lond Daer")       (@ 36 36) (m 0 0))
  84. (r (n "Osgiliath")       (@ 68 24) (m 0 0))
  85. (r (n "Annuminas")       (@ 28 55) (m 0 0))
  86.